home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 103
/
Vol 103.iso
/
games
/
screamin.swf
/
scripts
/
frame_4
/
PlaceObject3_165_360
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-03-13
|
263 b
|
9 lines
onClipEvent(enterFrame){
var ld1 = Math.floor(_root.gameTime / 60);
var ld2 = Math.floor((_root.gameTime - _root.d1 * 60) / 10);
var ld3 = _root.gameTime - _root.d1 * 60 - _root.d2 * 10;
_root.d1 = ld1;
_root.d2 = ld2;
_root.d3 = ld3;
}